The following options can be configured in a new parent entity:
| Option | Description |
|---|---|
|
Name |
This is the name of the entity. Once created, the name of the entity cannot be modified. |
|
Description |
This is the description of the entity. It is important when building your parent and child entities to briefly describe the entity. |
|
Create Right |
This field zooms to the Rights list in SmartSolve. This is the right that later must be assigned to any user in the system to allow the user to create this record. See Creating New Entity Rights for additional information. |
|
View Right |
This field zooms to the Rights list in SmartSolve. This is the right that must be assigned to any user in the system to allow the user to view this record. See Creating New Entity Rights for additional information. |
|
Edit Right |
This field zooms to the Rights list in SmartSolve. This is the right that must be assigned to any user in the system to allow the user to manage this record. See Creating New Entity Rights for additional information. |
|
Delete Right |
This field zooms to the Rights list in SmartSolve. This is the right that must be assigned to any user in the system to allow the user to delete this record. See Creating New Entity Rights for additional information |
|
View Name |
Since table and views in the same schema cannot have the same name, this field automatically displays the name of the entity created with a V_ placed at the beginning of the value to specify whether the value is a view or a table. |
|
Runtime Table |
The runtime table contains the schema that must be generated for the storage of the entity created. SmartSolve comes with the following three Generic (GRC) database tables for Parent Entities in which your newly added views will later be applied to:
The system can store and fetch the data based on an entity identifier and not based on the underlying table. You can use any of these three tables for your entities; however, if you want to use your own runtime tables, please contact Pilgrim Quality Solutions for options for configuring specialized entities using the Schema Generator provided by Pilgrim. |
|
Is Parent Entity? |
Specifies "Yes" for parent entity. |
|
Object Table Name |
The Object Table Name is? Here are several helpful guidelines for naming objects and their parts:
|
Default Generic Tables
The following default generic fields are available in Parent Entities. Any of these fields can be disabled if you choose to create your own.
| Name | Description |
|---|---|
|
GRC_TYPE |
Validate against a parent record type entity |
|
GRC_RECORD_NUMBER (REC NO) |
Validate against a parent record type entity and numbering scheme tied to that entity |
|
GRC_PRIMARY_STATUS (PRIMARY STAT) |
Primary status of the record:
|
|
GRC_STATUS |
Secondary status of the record |
|
GRC_PHASE (PHASE) |
Phase of the record |
|
GRC_TITLE (Title) |
Title of the record |
|
GRC_OWNER_CODE |
Record Owner Code (Internal Actor or Person) |
|
GRC_OWNER_NAME |
Record Owner Name (Internal Actor or Person) |
|
GRC_REF_COUNT (Related Records Count) |
The number of relations that entity has with other entities (automatically tracked when spawning one workflow from another workflow) |
|
GRC_CLOSED_DATE (closed date) |
Record Closed Date |
|
GRC_VOIDED_DATE (voided date) |
Date the record was voided by a user |
|
|